CIMPLICITY REST API Web Service
CIMPLICITY REST API Web Service / UsersGetResponse Json Schema
In This Topic
    UsersGetResponse Json Schema
    In This Topic
    Description
    The results of the users get query.
    Overview
    UsersGetResponse
    The results of the users get query.
    Users : Array[CimUser]
    An array of the users that satify the query criteria.
    AuthenticationType : CimUserType
    Enable : boolean
    set it to true to enable the user.
    PasswordExpiresInDays : number
    password expires in number of configured days.
    Password : string
    Password for the user.
    Resources : Array[string]
    An array of resources that mapped to the user.
    RoleID : string
    The Id of role.
    UserID : string
    The Id of user.
    UserName : string
    The name of user.
    Properties
    NameDescriptionData Type
    An array of the users that satify the query criteria.Array[CimUser]
    See Also